Fix up export of gdk_pixbuf_non_anim_get_type.
authorMatthias Clasen <mclasen@redhat.com>
Fri, 15 Feb 2008 22:50:46 +0000 (22:50 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 15 Feb 2008 22:50:46 +0000 (22:50 +0000)
2008-02-15  Matthias Clasen  <mclasen@redhat.com>

        * gdk-pixbuf-animation.h:
        * gdk-pixbuf.symbols: Fix up export of gdk_pixbuf_non_anim_get_type.

svn path=/trunk/; revision=19584

gdk-pixbuf/ChangeLog
gdk-pixbuf/gdk-pixbuf-animation.h
gdk-pixbuf/gdk-pixbuf.symbols

index 7f978c423ce4523b62bc9cd055ac710d84e8356a..dcc9a65c3bce02aba708c85b014627e0923bdcb7 100644 (file)
@@ -1,14 +1,19 @@
-2008-02-12  Matthias Clasen  <mclasne@redhat.com>
+2008-02-15  Matthias Clasen  <mclasen@redhat.com>
+
+       * gdk-pixbuf-animation.h:
+       * gdk-pixbuf.symbols: Fix up export of gdk_pixbuf_non_anim_get_type.
+
+2008-02-12  Matthias Clasen  <mclasen@redhat.com>
 
        * gdk-pixbuf-io.c (at_scale_size_prepared_cb): Don't let
        the width or height go below 1.  (#516024, Christian Persch)
 
-2008-02-10  Matthias Clasen  <mclasne@redhat.com>
+2008-02-10  Matthias Clasen  <mclasen@redhat.com>
 
        * gdk-pixbuf-scaled-anim.c: Try harder to return pixbufs
        of the requested size.  (#494515, Mike Morrison)
 
-2008-01-15  Matthias Clasen  <mclasne@redhat.com>
+2008-01-15  Matthias Clasen  <mclasen@redhat.com>
 
        * gdk-pixbuf-io.c (save_to_stream): Handle partial writes.
 
index 43347de65198e2812fe2c5d97ed8226efc3db19c..145b24dcd0b6c738a6ea675a1f061722957ac817 100644 (file)
@@ -138,6 +138,7 @@ struct _GdkPixbufAnimationIterClass {
 };
       
 
+GType               gdk_pixbuf_non_anim_get_type (void) G_GNUC_CONST;
 GdkPixbufAnimation* gdk_pixbuf_non_anim_new (GdkPixbuf *pixbuf);
 
 #endif /* GDK_PIXBUF_ENABLE_BACKEND */
index 37b6a9b8bdb2f8608bb9effc7ed2e05f8c0a5228..4b579dd78dea4f9245b7186bc52f68f1487af9d0 100644 (file)
@@ -123,6 +123,7 @@ gdk_pixbuf_animation_ref
 gdk_pixbuf_animation_unref
 #endif
 gdk_pixbuf_non_anim_new
+gdk_pixbuf_non_anim_get_type G_GNUC_CONST
 #endif
 #endif